Improve Solaris Xinerama configure detection
authorBrian Cameron <Brian.Cameron@sun.com>
Fri, 5 Jun 2009 05:42:01 +0000 (00:42 -0500)
committerBrian Cameron <Brian.Cameron@sun.com>
Fri, 5 Jun 2009 05:46:25 +0000 (00:46 -0500)
commit3302114358051ec4d45636d55157090a465f60cd
tree12c498f0c5ce127e9fd140e09b6bf7f1c93eb0e6
parent961ab2e5c114be7ea7b66b110aa5f21278fa835e
Improve Solaris Xinerama configure detection

The latest releases of Solaris now ship with the X.org Xserver, so it is
better to use the Xfree Xinerama interfaces if available.  This commit fixes
the configure script so that it first tries to use the Xfree interfaces and
only falls back to the Solaris-specific interfaces if they are not available.
This way, older releases of Solaris which do not use X.org also will work.
(Bug 580079)
configure.in